WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class
structure
Members
In This Topic
    NullablePropertyChangedEventArgs<T> Class
    In This Topic
    Wrapper class for the C1.WinUI.Core.PropertyChangedEventArgs<T> class for case when T is Nullable.
    Syntax
    public class NullablePropertyChangedEventArgs<T> : C1.WinUI.Core.PropertyChangedEventArgs<Nullable<T>> 
    where T: new(), struct
    Type Parameters
    T
    structure
    Remarks
    This class is required for design-time, as VS 2010 can't work with nested generic attributes directly when adding event handlers in xaml.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WinUI.Core.PropertyChangedEventArgs<T>
             C1.WinUI.DateTimeEditors.NullablePropertyChangedEventArgs<T>

    See Also